home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2003 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.lang.c
  2. Path: news.sprintlink.net!eskimo!news
  3. From: mag@eskimo.com (mAg)
  4. Subject: Re: .lib file question
  5. X-Nntp-Posting-Host: tia1.eskimo.com
  6. Message-ID: <DLD4Mo.HoC@eskimo.com>
  7. Sender: news@eskimo.com (News User Id)
  8. Organization: *.*
  9. X-Newsreader: WinVN 0.93.10
  10. References: <4dha6l$45d@noc2.drexel.edu>
  11. Date: Thu, 18 Jan 1996 05:59:11 GMT
  12.  
  13. In article <4dha6l$45d@noc2.drexel.edu> (16 Jan 1996 22:52:05 GMT), 
  14. st918h5w@dunx1.ocs.drexel.edu says :
  15. >
  16. >If, for example, you created a .lib file with Microsoft Quick C, could
  17. >you link it into a project under Borland Turbo C?  In other words, is
  18. >there a standard .lib file format that manufacturers adhere to, or is
  19. >every one different?  What about C++?  Please reply by e-mail.
  20. >                                        Thanks,
  21.  
  22. There is no guarantee that a LIB from one compiler will work with another compiler. 
  23. Also the LIB formats may or may not be compatible, C standard does not define 
  24. anything about the actual Binary format of the LIB files.
  25.  
  26. Same about C++
  27.  
  28. Thx.
  29. -- 
  30. /* --------------------------------------------------------
  31.                       MAG@ESKIMO.COM
  32. http://www.eskimo.com/~mag/index.html
  33. ***********************************************************
  34. To understand recursion one must first understand recursion
  35. ***********************************************************
  36. -------------------------------------------------------- */
  37.  
  38.